home *** CD-ROM | disk | FTP | other *** search
/ Champak 132 (Alt) / Vol 132.iso / games / hewitt.swf / scripts / DefineButton2_161 / BUTTONCONDACTION on(press).as
Encoding:
Text File  |  2011-06-09  |  127 b   |  7 lines

  1. on(press){
  2.    if(_root.txt_number <= 1 && _root._currentframe < 40 && _root.even7 > 5)
  3.    {
  4.       gotoAndStop(5);
  5.    }
  6. }
  7.